testing.common.finished (field)

10 uses

	testing (current package)
		benchmark.go#L255: 	finished := b.finished
		fuzz.go#L658: 			if !f.finished && !f.skipped && !f.failed {
		fuzz.go#L740: 	f.finished = true
		testing.go#L638: 	finished    bool                 // Test function has completed.
		testing.go#L1039: 	c.finished = true
		testing.go#L1154: 	c.finished = true
		testing.go#L1669: 		finished := t.finished
		testing.go#L1675: 				finished = p.finished
		testing.go#L1695: 			t.finished = true
		testing.go#L1796: 	t.finished = true